Html Css Color HEX #CFBE2D Barberry

📋 copy color: '#CFBE2D'

red 207 ◦ green 190 ◦ blue 45

#CFBE2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CFBE2D

Tints of Barberry #CFBE2D

RGB

 RED value IS 207 (81.25% from 255) = 46.83%

 GREEN value IS 190 (74.61% from 255) = 42.99%

 BLUE value IS 45 (17.97% from 255) = 10.18%

R = 46.83%
G = 42.99%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFBE2D (or 0xCFBE2D) is known color: Barberry. HEX triplet: CF, BE and 2D. RGB value is (207,190,45). Sum of RGB (Red+Green+Blue) = 207+190+45=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE2D is #3041D2. Grayscale: #B3B3B3. Windows color (decimal): -3162579 or 2997967. OLE color: 2997967.

HSL color Cylindrical-coordinate representation of color #CFBE2D: hue angle of 53.7º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFBE2D is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 45 -
CMYK 0 0.08 0.78 0.19
HSL 53.7º 0.64% 0.49% -
HSV(B) 53.7º 0.78% 0.81% -
XYZ 44.62 50.28 9.84 -
YUV 178.55 52.63 148.29 -
System Red Green Blue C M Y K H S L
Decimal 207 190 45 0 0.08 0.78 0.19 53.7 0.64 0.49
Hex CF BE 2D 0 8 4E 13 36 40 31
Octal 317 276 55 0 10 116 23 66 100 61
Binary 11001111 10111110 101101 0 1000 1001110 10011 110110 1000000 110001

Color Harmonies of #CFBE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE2D

Black with #CFBE2D

Text Example


Text Example

White with #CFBE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE2D; }

 p { color: rgb(207,190,45); }

 H1.HeaderClassName
 {
   color: #CFBE2D;
 }
 .AnyTagClassName
 {
   color: #CFBE2D;
 }
</style>

background-color css

<style>
 a { background-color: #CFBE2D; }

 a { background-color: rgb(207,190,45); }

 div.DivClassName
 {
   background-color: #CFBE2D;
 }
 .BgClassName
 {
   background-color: #CFBE2D;
 }
</style>

border-color css

<style>
 span { border-color: #CFBE2D; }

 span { border-color: rgb(207,190,45); }

 td.TdClassName
 {
   border-color: #CFBE2D;
 }
 .TagClassName
 {
   border-color: #CFBE2D;
 }
</style>