Html Css Color HEX #CFBE05 Bird Flower

📋 copy color: '#CFBE05'

red 207 ◦ green 190 ◦ blue 5

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

Shades of Bird Flower #CFBE05

Tints of Bird Flower #CFBE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 51.49%
G = 47.26%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CFBE05 (or 0xCFBE05) is known color: Bird Flower. HEX triplet: CF, BE and 05. RGB value is (207,190,5). Sum of RGB (Red+Green+Blue) = 207+190+5=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBE05 is #3041FA. Grayscale: #AEAEAE. Windows color (decimal): -3162619 or 376527. OLE color: 376527.

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

Color convert

RGB 207 190 5 -
CMYK 0 0.08 0.98 0.19
HSL 54.95º 0.95% 0.42% -
HSV(B) 54.95º 0.98% 0.81% -
XYZ 44.17 50.1 7.49 -
YUV 173.99 32.63 151.54 -
System Red Green Blue C M Y K H S L
Decimal 207 190 5 0 0.08 0.98 0.19 54.95 0.95 0.42
Hex CF BE 5 0 8 62 13 37 5F 2A
Octal 317 276 5 0 10 142 23 67 137 52
Binary 11001111 10111110 101 0 1000 1100010 10011 110111 1011111 101010

Color Harmonies of #CFBE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE05

Black with #CFBE05

Text Example


Text Example

White with #CFBE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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