Html Css Color HEX #CBBC0F Bird Flower

📋 copy color: '#CBBC0F'

red 203 ◦ green 188 ◦ blue 15

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

Shades of Bird Flower #CBBC0F

Tints of Bird Flower #CBBC0F

RGB

 RED value IS 203 (79.69% from 255) = 50%

 GREEN value IS 188 (73.83% from 255) = 46.31%

 BLUE value IS 15 (6.25% from 255) = 3.69%

R = 50%
G = 46.31%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CBBC0F (or 0xCBBC0F) is known color: Bird Flower. HEX triplet: CB, BC and 0F. RGB value is (203,188,15). Sum of RGB (Red+Green+Blue) = 203+188+15=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBC0F is #3443F0. Grayscale: #ADADAD. Windows color (decimal): -3425265 or 1031371. OLE color: 1031371.

HSL color Cylindrical-coordinate representation of color #CBBC0F: hue angle of 55.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBBC0F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 188 15 -
CMYK 0 0.07 0.93 0.20
HSL 55.21º 0.86% 0.43% -
HSV(B) 55.21º 0.93% 0.8% -
XYZ 42.7 48.7 7.6 -
YUV 172.76 38.97 149.57 -
System Red Green Blue C M Y K H S L
Decimal 203 188 15 0 0.07 0.93 0.20 55.21 0.86 0.43
Hex CB BC F 0 7 5D 14 37 56 2B
Octal 313 274 17 0 7 135 24 67 126 53
Binary 11001011 10111100 1111 0 111 1011101 10100 110111 1010110 101011

Color Harmonies of #CBBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBC0F

Black with #CBBC0F

Text Example


Text Example

White with #CBBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBC0F; }

 p { color: rgb(203,188,15); }

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

background-color css

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

 a { background-color: rgb(203,188,15); }

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

border-color css

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

 span { border-color: rgb(203,188,15); }

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