Html Css Color HEX #CBC714 Bird Flower

📋 copy color: '#CBC714'

red 203 ◦ green 199 ◦ blue 20

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

Shades of Bird Flower #CBC714

Tints of Bird Flower #CBC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.16%

 BLUE value IS 20 (8.2% from 255) = 4.74%

R = 48.1%
G = 47.16%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBC714 (or 0xCBC714) is known color: Bird Flower. HEX triplet: CB, C7 and 14. RGB value is (203,199,20). Sum of RGB (Red+Green+Blue) = 203+199+20=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC714 is #3438EB. Grayscale: #B4B4B4. Windows color (decimal): -3422444 or 1361867. OLE color: 1361867.

HSL color Cylindrical-coordinate representation of color #CBC714: hue angle of 58.69º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBC714 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 20 -
CMYK 0 0.02 0.90 0.20
HSL 58.69º 0.82% 0.44% -
HSV(B) 58.69º 0.9% 0.8% -
XYZ 45.18 53.59 8.63 -
YUV 179.79 37.83 144.55 -
System Red Green Blue C M Y K H S L
Decimal 203 199 20 0 0.02 0.90 0.20 58.69 0.82 0.44
Hex CB C7 14 0 2 5A 14 3B 52 2C
Octal 313 307 24 0 2 132 24 73 122 54
Binary 11001011 11000111 10100 0 10 1011010 10100 111011 1010010 101100

Color Harmonies of #CBC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC714

Black with #CBC714

Text Example


Text Example

White with #CBC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC714; }

 p { color: rgb(203,199,20); }

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

background-color css

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

 a { background-color: rgb(203,199,20); }

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

border-color css

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

 span { border-color: rgb(203,199,20); }

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